pi-hole / bookworm / st7789 changes#3049
Merged
Merged
Conversation
A lot has changed since this guide was release. The Pi Hole 6.x release in early 2025 dramatically changed the API. Bookworm changes how some of the pins are used. Even the ST7789 MiniPiTFT chip has some different options. This code was tested and work with a MiniPiTFt on a Pi 4. I'd like to update the guide to support accommidate the software updates.
Collaborator
|
Please be sure all source files have the correct SPDX identifiers https://learn.adafruit.com/submitting-arduino-code-to-the-adafruit-learning-system |
TheKitty
approved these changes
Jun 2, 2025
confirmed Pi OLED (SSD1306 I2C) works with new Pi Hole 6.x release code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A lot has changed since this guide was released.
Pi Hole 6.x had a major update around March 2025 which dramatically changed the API.
This code was tested and work with a MiniPiTFt on a Pi 4. I'd like to update the guide to support accommodate the software updates.